home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TCONTACTHINT / TCONTACTHINT.txt
Text File  |  2007-09-27  |  801b  |  40 lines

  1. object ContactHint: TContactHint
  2.   Left = 534
  3.   Top = 248
  4.   BorderStyle = bsNone
  5.   BorderWidth = 1
  6.   Caption = 'Hint'
  7.   ClientHeight = 219
  8.   ClientWidth = 247
  9.   Color = clWindow
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Verdana'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnDestroy = FormDestroy
  21.   OnMouseMove = FormMouseMove
  22.   OnPaint = FormPaint
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object TimerShow: TTimer
  26.     Enabled = False
  27.     Interval = 500
  28.     OnTimer = TimerShowTimer
  29.     Left = 24
  30.     Top = 16
  31.   end
  32.   object TimerClose: TTimer
  33.     Enabled = False
  34.     Interval = 5000
  35.     OnTimer = TimerCloseTimer
  36.     Left = 80
  37.     Top = 24
  38.   end
  39. end
  40.